翻訳と辞書
Words near each other
・ btoa
・ btos
・ btrieve
・ btrieve technologies, inc.
・ btrl
・ bts
・ btw
・ buaf
・ buag
・ bubble memory
bubble sort
・ bucky bits
・ buffer
・ buffer overflow
・ buffer overrun
・ buffered write-through
・ bug
・ bug fix
・ bug fix release
・ bug tracking system


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

bubble sort : FOLDOC
bubble sort
A sorting technique in which pairs of adjacent values in the list to be sorted are compared and interchanged if they are out of order; thus, list entries "bubble upward" in the list until they bump into one with a lower sort value. Because it is not very good relative to other methods and is the one typically stumbled on by naive and untutored programmers, hackers consider it the canonical example of a naive algorithm. The canonical example of a really *bad* algorithm is bogo-sort. A bubble sort might be used out of ignorance, but any use of bogo-sort could issue only from brain damage or willful perversity.
[Jargon File]



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.